home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet internetowy / Mapy / NASA World Wind 1.3.5 / World_Wind_1.3.5_Full.exe / Config / Moon.xml < prev    next >
Extensible Markup Language  |  2006-05-01  |  949b  |  30 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <World Name="Moon" EquatorialRadius="1737400" LayerDirectory="Moon" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="WorldXmlDescriptor.xsd">
  3. <TerrainAccessor Name="Clementine">
  4.         <TerrainTileService>
  5.             <ServerUrl>http://worldwind25.arc.nasa.gov/moon/tile.aspx</ServerUrl>
  6.             <DataSetName>moontopo</DataSetName>
  7.             <LevelZeroTileSizeDegrees>20.0</LevelZeroTileSizeDegrees>
  8.             <NumberLevels>8</NumberLevels>
  9.             <SamplesPerTile>150</SamplesPerTile>
  10.             <DataFormat>Int16</DataFormat>
  11.             <FileExtension>bil</FileExtension>
  12.             <CompressonType>7z</CompressonType>
  13.         </TerrainTileService>
  14.         <LatLonBoundingBox>
  15.             <North>
  16.                 <Value>90.0</Value>
  17.             </North>
  18.             <South>
  19.                 <Value>-90.0</Value>
  20.             </South>
  21.             <West>
  22.                 <Value>-180.0</Value>
  23.             </West>
  24.             <East>
  25.                 <Value>180.0</Value>
  26.             </East>
  27.         </LatLonBoundingBox>
  28.     </TerrainAccessor>
  29. </World>
  30.